home *** CD-ROM | disk | FTP | other *** search
- ImportAccessory = {
- ACTIONS = {
- setSavePath:;
- };
- OUTLETS = {
- getSavePathButton;
- runStructureEditorSwitch;
- };
- SUPERCLASS = ImportExport;
- };
- FirstResponder = {
- ACTIONS = {
- save:;
- };
- SUPERCLASS = Object;
- };
- ImportExport = {
- ACTIONS = {
- setRecordDelimiter:;
- setFieldDelimiter:;
- };
- OUTLETS = {
- titleMatrix;
- recordDelimPopUpList;
- delimiterBox;
- placeHolderView;
- fieldDelimPopUpList;
- recordDelimPopUp;
- fieldDelimPopUp;
- };
- SUPERCLASS = Object;
- };
-